home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Games / MESS / readme.txt < prev    next >
Text File  |  2000-05-13  |  25KB  |  536 lines

  1.  
  2.                  M.A.M.E.  -  Multiple Arcade Machine Emulator
  3.           Copyright (C) 1997-2000 by Nicola Salmoria and The MAME Team
  4.  
  5. Many people have helped with this project--directly, or by releasing the source
  6. code for the drivers they have written. We are not trying to take credit that
  7. isn't ours. See the Acknowledgments section for a list of contributors. Please
  8. note, however, that the list is largely incomplete. Also see the comments in
  9. the source code to see the people who contributed to specific drivers. That
  10. list, too, may be incomplete. We apologize for any omission.
  11.  
  12. All trademarks cited in this document are property of their respective owners.
  13.  
  14.  
  15. Usage and Distribution License
  16. ------------------------------
  17.  
  18. I. Purpose
  19. ----------
  20.    MAME is strictly a non-profit project. Its main purpose is to be a reference
  21.    to the inner workings of the emulated arcade machines. This is done for
  22.    educational purposes and to prevent many historical games from sinking into
  23.    oblivion once the hardware they run on stops working. Of course to preserve
  24.    the games, you must also be able to actually play them; you can consider
  25.    that a nice side effect.
  26.    It is not our intention to infringe on any copyrights or patents on the
  27.    original games. All of MAME's source code is either our own or freely
  28.    available. To operate, the emulator requires images of the original ROMs
  29.    from the arcade machines, which must be provided by the user. No portion of
  30.    the original ROM codes are included in the executable.
  31.  
  32. II. Cost
  33. --------
  34.    MAME is free. Its source code is free. Selling either is not allowed.
  35.  
  36. III. ROM Images
  37. ---------------
  38.    ROM images are copyrighted material. Most of them cannot be distributed
  39.    freely. Distribution of MAME on the same physical medium as illegal copies
  40.    of ROM images is strictly forbidden.
  41.    You are not allowed to distribute MAME in any form if you sell, advertise,
  42.    or publicize illegal CD-ROMs or other media containing ROM images. This
  43.    restriction applies even if you don't make money, directly or indirectly,
  44.    from those activities. You are allowed to make ROMs and MAME available for
  45.    download on the same website, but only if you warn users about the ROMs's
  46.    copyright status, and make it clear that users must not download ROMs unless
  47.    they are legally entitled to do so.
  48.  
  49. IV. Source Code Distribution
  50. ----------------------------
  51.    If you distribute the binary (compiled) version of MAME, you should also
  52.    distribute the source code. If you can't do that, you must provide a link
  53.    to a site where the source can be obtained.
  54.  
  55. V. Distribution Integrity
  56. -------------------------
  57.    This chapter applies to the official MAME distribution. See below for
  58.    limitations on the distribution of derivative works.
  59.    MAME must be distributed only in the original archives. You are not allowed
  60.    to distribute a modified version, nor to remove and/or add files to the
  61.    archive.
  62.  
  63. VI. Reuse of Source Code
  64. --------------------------
  65.    This chapter might not apply to specific portions of MAME (e.g. CPU
  66.    emulators) which bear different copyright notices.
  67.    The source code cannot be used in a commercial product without the written
  68.    authorization of the authors. Use in non-commercial products is allowed, and
  69.    indeed encouraged.  If you use portions of the MAME source code in your
  70.    program, however, you must make the full source code freely available as
  71.    well.
  72.    Usage of the _information_ contained in the source code is free for any use.
  73.    However, given the amount of time and energy it took to collect this
  74.    information, if you find new information we would appreciate if you made it
  75.    freely available as well.
  76.  
  77. VII. Derivative Works
  78. ---------------------
  79.    Derivative works are allowed, provided their source code is freely
  80.    available. However, these works are discouraged. MAME is a continuously-
  81.    -evolving project. It is in your best interests to submit your contributions
  82.    to the MAME development team, so they may be integrated into the main
  83.    distribution.
  84.    There are some specific modifications to the source code which go against
  85.    the spirit of the project. They are NOT considered a derivative work, and
  86.    distribution of executables containing them is strictly forbidden. Such
  87.    modifications include, but are not limited to:
  88.    - enabling games that are disabled
  89.    - changing the ROM verification commands so that they report missing games
  90.    - removing the startup information screens
  91.    If you make a derivative work, you are not allowed to call it MAME. You must
  92.    use a different name to make clear that it is a MAME derivative, not an
  93.    official distribution from the MAME team. Simply calling it MAME followed or
  94.    preceded by a punctuation mark (e.g. MAME+) is not sufficient. The name must
  95.    be clearly distinct (e.g. REMAME). The version number must also match the
  96.    number of the official MAME version from which you derived your version.
  97.  
  98.  
  99. How to Contact Us
  100. -----------------
  101.  
  102. The official MAME homepage is http://www.mame.net/  You can always find the
  103. latest release there, including beta versions and information on things being
  104. worked on. Also, a totally legal and free ROM set of Robby Roto is available
  105. on the same page.
  106.  
  107. If you have bugs to report, check the MAME Testing Project at
  108. http://www.mameworld.net/mametesters
  109.  
  110. Here are some of the people contributing to MAME. If you have comments,
  111. suggestions, or bug reports about an existing driver, check the driver's
  112. source code to find who has worked on it, and send comments to that person.
  113. If you are not sure who to contact, write to Nicola. If you have comments
  114. specific to a system other than DOS (e.g. Mac, Win32, Unix), they should be
  115. sent to the respective port maintainer (check the documentation to know who he
  116. is). DON'T SEND THEM TO NICOLA - they will be ignored.
  117.  
  118. Nicola Salmoria    MC6489@mclink.it
  119.  
  120. Mike Balfour       mab22@po.cwru.edu
  121. Aaron Giles        agiles@sirius.com
  122. Chris Moore        chris.moore@writeme.com
  123. Brad Oliver        bradman@pobox.com
  124. Andrew Scott       ascott@utkux.utcc.utk.edu
  125. Zsolt Vasvari      vaszs01@banet.net
  126.  
  127. DON'T SEND BINARY ATTACHMENTS WITHOUT ASKING FIRST, *ESPECIALLY* ROM IMAGES.
  128.  
  129. THESE ARE NOT SUPPORT ADDRESSES. Support questions sent to these addresses
  130. *will* be ignored. Please understand that this is a *free* project, mostly
  131. targeted at experienced users. We don't have the resources to provide end user
  132. support. Basically, if you can't get the emulator to work, you are on your own.
  133. First of all, read the docs carefully. If you still can't find an answer to
  134. your question, try checking the beginner's sections that many emulation pages
  135. have, or ask on the appropriate Usenet newsgroups (e.g. comp.emulators.misc) or
  136. on the official MAME message board at http://www.mame.net/msg/
  137.  
  138. For help in compiling MAME, check these pages:
  139. http://www.mame.net/compile.html
  140. http://www.mameworld.net
  141.  
  142. Also, DO NOT SEND REQUESTS FOR NEW GAMES TO ADD, unless you have some original
  143. info on the game hardware or, even better, own the board and have the technical
  144. expertise needed to help us.
  145. Please don't send us information widely available on the Internet - we are
  146. perfectly capable of finding it ourselves, thank you.
  147.  
  148.  
  149.  
  150. Acknowledgments
  151. ---------------
  152.  
  153. First of all, thanks to Allard van der Bas (avdbas@wi.leidenuniv.nl) for
  154. starting the Arcade Emulation Programming Repository at
  155. http://valhalla.ph.tn.tudelft.nl/emul8
  156. Without the Repository, I would never have even tried to write an emulator.
  157. Unfortunately, the original Repository is now closed, but its spirit lives
  158. on in MAME.
  159.  
  160. Z80 emulator Copyright (c) 1998 Juergen Buchmueller, all rights reserved.
  161. M6502 emulator Copyright (c) 1998 Juergen Buchmueller, all rights reserved.
  162. Hu6280 Copyright (c) 1999 Bryan McPhail, mish@tendril.force9.net
  163. I86 emulator by David Hedley, modified by Fabrice Frances (frances@ensica.fr)
  164. M6809 emulator by John Butler, based on L.C. Benschop's 6809 Simulator V09.
  165. M6808 based on L.C. Benschop's 6809 Simulator V09.
  166. M68000 emulator Copyright 1999 Karl Stenerud.  All rights reserved.
  167. 80x86 M68000 emulator Copyright 1998, Mike Coates, Darren Olafson.
  168. 8039 emulator by Mirko Buffoni, based on 8048 emulator by Dan Boris.
  169. T-11 emulator Copyright (C) Aaron Giles 1998
  170. TMS34010 emulator by Alex Pasadyn and Zsolt Vasvari.
  171. TMS9900 emulator by Andy Jones, based on original code by Ton Brouwer.
  172. Cinematronics CPU emulator by Jeff Mitchell, Zonn Moore, Neil Bradley.
  173. Atari AVG/DVG emulation based on VECSIM by Hedley Rainnie, Eric Smith and
  174. Al Kossow.
  175.  
  176. TMS5220 emulator by Frank Palazzolo.
  177. AY-3-8910 emulation based on various code snippets by Ville Hallik,
  178.   Michael Cuddy, Tatsuyuki Satoh, Fabrice Frances, Nicola Salmoria.
  179. YM-2203, YM-2151, YM3812 emulation by Tatsuyuki Satoh.
  180. POKEY emulator by Ron Fries (rfries@aol.com).
  181. Many thanks to Eric Smith, Hedley Rainnie and Sean Trowbridge for information
  182.    on the Pokey random number generator.
  183. NES sound hardware info by Jeremy Chadwick and Hedley Rainne.
  184. YM2610 emulation by Hiromitsu Shioya.
  185.  
  186. Background art by Peter Hirschberg (PeterH@cronuscom.com).
  187.  
  188. Allegro library by Shawn Hargreaves, 1994/97
  189. SEAL Synthetic Audio Library API Interface Copyright (C) 1995, 1996
  190.    Carlos Hasan. All Rights Reserved.
  191. Video modes created using Tweak 1.6b by Robert Schmidt, who also wrote
  192.    TwkUser.c.
  193. "inflate" code for zip file support by Mark Adler.
  194.  
  195. DOS executable compressed with UPX by Markus F.X.J. Oberhumer & Laszlo Molnar,
  196.     http://upx.tsx.org/
  197.  
  198. Big thanks to Gary Walton (garyw@excels-w.demon.co.uk) for too many things
  199.    to mention.
  200.  
  201. Thanks to Brian Deuel, Neil Bradley, and the Retrocade dev team for allowing us
  202. to use Retrocade's game history database.
  203.  
  204. Thanks to Richard Bush for info on several games.
  205.  
  206. and thanks to everyone else I forgot.
  207.  
  208.  
  209. Using the program
  210. -----------------
  211.  
  212. MAME [name of the game to run] [options]
  213.  
  214. for example:
  215.  
  216.    MAME mspacman -soundcard 0
  217.  
  218. ...will run Ms Pac Man without sound
  219.  
  220.  
  221. Options:
  222.  
  223. -tweak/-notweak (default: notweak)
  224.               MAME supports a large number of tweaked VGA modes whose
  225.               resolutions matching those of the emulated games. These modes
  226.               look MUCH better than VESA modes (and are usually faster), but
  227.               they may create compatibility problems with some video cards and
  228.               monitors. Therefore, they are not enabled by default. You should
  229.               by all means use -tweak if your hardware supports it. Note that
  230.               some modes might work and other might not--e.g. your card could
  231.               support 256x256 but not 384x224. In that case, you'll have to
  232.               turn -tweak on or off depending on the game you run. -noscanlines
  233.               can also solve many compatibility problems.
  234.  
  235. -ntsc         a 288x224 mode with standard NTSC frequencies. You need some
  236.               additional hardware (VGA2TV converter) to use this.
  237.  
  238. -vesamode vesa1/vesa2b/vesa2l/vesa3
  239.               Forces the VESA mode. The best available one is used by default.
  240.               If your video card crashes during autodetection, however, use
  241.               this option to force a lower standard. (Start with vesa1, and go
  242.               upwards to find the highest one that works.)
  243.  
  244. -resolution XxY
  245.               where X and Y are width and height (ex: '-resolution 800x600')
  246.               MAME goes to some lengths to autoselect a good resolution. You
  247.               can override MAME's choice with this option. You can omit the
  248.               word "resolution" and simply use -XxY (e.g. '-800x600') as a
  249.               shortcut. Frontend authors are advised to use '-resolution XxY',
  250.               however.
  251.  
  252. -skiplines N / -skipcolumns N
  253.               If you run a game in a video mode smaller than the visible area,
  254.               you can adjust its position using the PgUp and PgDn keys (alone
  255.               for vertical panning, shifted for horizontal panning). You can
  256.               also use these two parameters to set the initial position: 0 is
  257.               the default, meaning that the screen is centered. You can specify
  258.               both positive and negative offsets.
  259.  
  260. -scanlines/-noscanlines (default: -scanlines)
  261.               Scanlines are small, evenly-spaced, horizontal blank lines that
  262.               are typical of real arcade monitors. If you don't prefer this
  263.               "authentic" look, turn scanlines off.
  264.  
  265. -stretch/-nostretch (default: stretch)
  266.               use nostretch to disable pixel doubling in VESA modes (faster,
  267.               but smaller picture).
  268.  
  269. -depth n      (default: auto)
  270.               Some games need 16-bit color to get accurate graphics. To improve
  271.               speed, you can use '-depth 8', which limits the display to
  272.               standard 256-color mode. (You can also use '-depth 16' to force
  273.               256-color games to use 16-bit color, but this isn't recommended.)
  274.  
  275. -gamma n      (default: 1.0)
  276.               Sets the initial gamma correction value.
  277.  
  278. -vgafreq n    where n can be 0 (default) 1, 2 or 3.
  279.               Specifies different frequencies for the custom video modes. This
  280.               can reduce flicker, especially in 224x288 / noscanlines mode.
  281.               WARNING: IT IS POSSIBLE TO SET FREQUENCIES WAY OUTSIDE OF YOUR
  282.               MONITOR'S RANGE, WHICH COULD DAMAGE YOUR MONITOR. BEFORE USING
  283.               THIS OPTION, BE SURE YOU KNOW WHICH FREQUENCIES YOUR MONITOR
  284.               SUPPORTS. USE THIS OPTION AT YOUR OWN RISK.
  285.  
  286. -vsync/-novsync (default: -novsync)
  287.               Synchronize video display with the video beam instead of using
  288.               the timer. This option can be used only if the selected video
  289.               mode has an appropriate refresh rate. Otherwise, MAME will
  290.               refuse to start, telling you the actual refresh rate of the video
  291.               mode, and the rate it should have.
  292.               If you are using a tweaked mode, MAME will try to automatically
  293.               pick the correct setting for -vgafreq; you can still override it
  294.               using the -vgafreq option.
  295.               Note: the 224x288 / noscanlines mode doesn't work on most cards.
  296.               Many games use this mode, e.g. Pac Man and Galaga. If it doesn't
  297.               work with your card, either turn scanlines on, or don't use
  298.               -vsync.
  299.               If you are using a VESA mode, you should use the program that
  300.               came with your video card to set the appropriate refresh rate.
  301.               Note that when this option is turned on, speed will NOT
  302.               downgrade nicely if your system is not fast enough (i.e.,
  303.               gameplay will be jerky).
  304.  
  305. -alwayssynced/-noalwayssynced (default: -noalwayssynced)
  306.               For many tweaked VGA modes, MAME has two definitions: One which
  307.               is more compatible, and one which is less compatible but uses
  308.               frequencies compatible with -vsync. By default, the less-
  309.               compatible definition is used only when -vsync is requested;
  310.               using this option, you can force it to be used always.
  311.  
  312. -triplebuffer/-notriplebuffer (default: -notriplebuffer)
  313.               Enables triple buffering with VESA modes. This is faster than
  314.               -vsync, but doesn't work on all cards. Even if it does remove
  315.               "tearing" during scrolling, it might not be as smooth as -vsync.
  316.  
  317. -monitor NNNN (default: standard)
  318.               Selects the monitor type:
  319.               standard: standard PC monitor
  320.               ntsc:     NTSC monitor
  321.               pal:      PAL monitor
  322.               arcade:   arcade monitor
  323.  
  324. -centerx N and -centery N
  325.               Each takes a signed value (-8 to 8 for centerx, -16 to 16 for
  326.               centery) and lets you change the low scanrate modes (monitor=ntsc,
  327.               pal, arcade).
  328.  
  329. -waitinterlace
  330.               Forces update of both odd and even fields of an interlaced low
  331.               scanrate display (monitor=ntsc,pal,arcade) for each game loop.
  332.  
  333. -ror          Rotates the display clockwise by 90 degrees.
  334. -rol          Rotates display anticlockwise
  335. -flipx        Flips display horizontally
  336. -flipy        Flips display vertically
  337.               -ror and -rol add authentic *vertical* scanlines, given that you
  338.               have turned your monitor on its side.
  339.               CAUTION:
  340.               Monitors are complicated, high-voltage electronic devices.
  341.               Some monitors are designed to be rotated. If yours is _not_ one
  342.               of them, but you absolutely must turn it on its side, you do so
  343.               at your own risk.
  344.  
  345.               *******************************************
  346.               PLEASE DO NOT LEAVE YOUR MONITOR UNATTENDED
  347.               IF IT IS PLUGGED IN AND TURNED ON ITS SIDE!
  348.               *******************************************
  349.  
  350. -norotate     Disable all internal rotation of the image, therefore displaying
  351.               the image in its original orientation (for example, so you need
  352.               a vertical monitor to see vertical games).
  353.               In some cases, the image will be upside down. To correct this,
  354.               use '-norotate -flipx -flipy'
  355.  
  356. -frameskip n (default: auto)
  357.               Skips frames to speed up the emulation. The argument is the number
  358.               of frames to skip out of 12. For example, if the game normally
  359.               runs at 60 fps, '-frameskip 2' will make it run at 50 fps,
  360.               '-frameskip 6' at 30 fps. Use F11 to display the speed your
  361.               computer is actually reaching. If it is below 100%, increase the
  362.               frameskip value. You can press F9 to change frameskip while
  363.               running the game.
  364.               When set to auto (the default), the frameskip setting is
  365.               dynamically adjusted during run time to display the maximum
  366.               possible frames without dropping below 100% speed.
  367.  
  368. -antialias/-noantialias (default: -antialias)
  369.               Antialiasing for the vector games.
  370.  
  371. -beam n       Sets the width in pixels of the vectors. n is a float in the
  372.               range of 1.00 through 16.00.
  373.  
  374. -flicker n    Makes the vectors flicker. n is an optional argument, a float in
  375.               the range 0.00 - 100.00 (0=none, 100=maximum).
  376.  
  377. -translucency/-notranslucency (default: -translucency)
  378.               Enables or disables vector translucency.
  379.  
  380. -soundcard n  Selects sound card. (If this is not specified, MAME will ask you.)
  381.  
  382. -sr n         Sets the audio sample rate. The default is 22050. Smaller values
  383.               (e.g. 11025) cause lower audio quality but faster emulation speed.
  384.               Higher values (e.g. 44100) cause higher audio quality but slower
  385.               emulation speed.
  386.  
  387. -stereo/-nostereo (default: -stereo)
  388.               Selects stereo or mono output for games supporting stereo sound.
  389.  
  390. -volume n     (default: 0)
  391.               Sets the startup volume. It can later be changed with the On
  392.               Screen Display (see Keys section). The volume is an attenuation
  393.               in dB: e.g., "-volume -12" will start with -12dB attenuation.
  394.  
  395. -ym3812opl/-noym3812opl (default: -noym3812opl)
  396.               Uses the SoundBlaster OPL chip for music emulation of the YM3812
  397.               chip. This is faster, and is reasonably accurate, since the chips
  398.               are 100% compatible. There is no control on the volume, however,
  399.               and you need a real OPL chip for it to work  (If you are using an
  400.               SB-compatible card that emulates the OPL in software, the built-in
  401.               digital emulation will probably sound better).
  402.  
  403. -joy name (default: none)
  404.               Allows joystick input. 'name' can be:
  405.               none         - no joystick
  406.               auto         - attempts auto detection
  407.               standard     - normal 2 button joystick
  408.               dual         - dual joysticks
  409.               4button      - Stick/Pad with 4 buttons
  410.               6button      - Stick/Pad with 6 buttons
  411.               8button      - Stick/Pad with 8 buttons
  412.               fspro        - CH Flightstick Pro
  413.               wingex       - Wingman Extreme
  414.               wingwarrior  - Wingman Warrior
  415.               sidewinder   - Microsoft Sidewinder (up to 4)
  416.               gamepadpro   - Gravis GamePad Pro
  417.               grip         - Gravis GrIP
  418.               grip4        - Gravis GrIP constrained to move only along the
  419.                              x and y axes
  420.               sneslpt1     - SNES pad on LPT1 (needs special hardware)
  421.               sneslpt2     - SNES pad on LPT2 (needs special hardware)
  422.               sneslpt3     - SNES pad on LPT3 (needs special hardware)
  423.               psxlpt1      - PSX pad on LPT1 (needs special hardware)
  424.               psxlpt2      - PSX pad on LPT2 (needs special hardware)
  425.               psxlpt3      - PSX pad on LPT3 (needs special hardware)
  426.               n64lpt1      - N64 pad on LPT1 (needs special hardware)
  427.               n64lpt2      - N64 pad on LPT2 (needs special hardware)
  428.               n64lpt3      - N64 pad on LPT3 (needs special hardware)
  429.  
  430.               Notes:
  431.               1) Use the TAB menu to calibrate analog joysticks. Calibration
  432.               data will be saved in mame.cfg. If you're using different
  433.               joysticks for different games, you may need to recalibrate your
  434.               joystick every time.
  435.               2) Extra buttons of noname joysticks may not work.
  436.               3) The "official" Snespad-Support site is:
  437.               http://snespad.emulationworld.com
  438.               4) http://www.debaser.force9.co.uk/ccmame has info on how to
  439.               connect PSX and N64 pads.
  440.  
  441. -hotrod       Sets a default keyboard configuration suitable for the HotRod
  442.               joystick by HanaHo Games.
  443.  
  444. -hotrodse     Sets a default keyboard configuration suitable for the HotRod SE
  445.               joystick by HanaHo Games.
  446.  
  447. -log          Creates a log of illegal memory accesses in ERROR.LOG
  448.  
  449. -help, -?     Displays current MAME version and copyright notice
  450.  
  451.  - - -
  452.  
  453. Note: By default, all the '-list' commands below write info to the screen. If
  454. you wish to write the info to a textfile instead, add this to the end of your
  455. command:
  456.  
  457.   > filename
  458.  
  459. ...where 'filename' is the textfile's path and name (e.g., c:\mame\list.txt).
  460.  
  461.  - - -
  462.  
  463. -list         Displays a list of currently supported games
  464.  
  465. -listfull     Displays a list of game directory names + descriptions
  466.  
  467. -listroms     Displays ROMs required by the specified game
  468.  
  469. -listsamples  Displays samples required by the specified game
  470.  
  471. -listdetails  Displays a detailed list of drivers and the hardware they use
  472.  
  473. -listgames    list the supported games, year, manufacturer
  474.  
  475. -listinfo     list comprehensive details for all of the supported games
  476.  
  477. -listclones   Lists clones of the specified game. When no game is specified,
  478.               this generates a list of all MAME-supported clones.
  479.  
  480. -noclones     used together with the list commands, doesn't list alternate
  481.               versions of the same game
  482.  
  483. -verifyroms   Checks specified game(s) for missing and invalid ROMs.
  484.               Adding * checks all available games.
  485.  
  486. -verifysets   Checks specified game(s) and reports its status.
  487.               Adding * checks all available games.
  488.  
  489. -verifysamples check selected game for missing samples.
  490.               Adding * checks all available samples.
  491.  
  492. -romdir       Specifies an alternate directory (or zipfile name) for loading
  493.               the ROMs for the specified game.
  494.               E.g., 'mame pacman -romdir pachack' will run the Pac Man driver
  495.               but load the ROMs from the "pachack" dir or "pachack.zip" archive.
  496.  
  497. -mouse/-nomouse (default: -mouse)
  498.               Enables/disables mouse support
  499.  
  500. -cheat        Cheats, like the speedup in Pac Man or the level-skip in many
  501.               other games, are disabled by default. Use this switch to turn
  502.               them on.
  503.  
  504. -debug        Activates the integrated debugger.
  505.               During emulation, press the Tilde key (~) to activate the
  506.               debugger. This is available only if the program is compiled with
  507.               MAME_DEBUG defined.
  508.  
  509. -record name   Records joystick input to file INP/name.inp
  510.  
  511. -playback name Plays back joystick input from file INP/name.inp
  512.  
  513. -ignorecfg    ignore mame.cfg and start with the default settings
  514.  
  515.  
  516. Keys
  517. ----
  518. Tab          Toggles the configuration menu
  519. Tilde        Toggles the On Screen Display
  520.              Use the up and down arrow keys to select the parameter (global
  521.              volume, mixing level, gamma correction etc.), left and right to
  522.              arrow keys to modify it.
  523. P            Pauses the game
  524. Shift+P      While paused, advances to next frame
  525. F3           Resets the game
  526. F4           Shows the game graphics. Use cursor keys to change set/color,
  527.              F4 or Esc to return to the emulation.
  528. F9           Changes frame skip on the fly
  529. F10          Toggles speed throttling
  530. F11          Toggles speed display
  531. Shift+F11    Toggles profiler display
  532. F12          Saves a screen snapshot. The default target directory is SNAP. You
  533.              must create this directory yourself; the program will not create
  534.              it if it doesn't exist.
  535. ESC          Exits emulator
  536.